home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / www / doc / www-talk.archive / text0382.txt < prev    next >
Encoding:
Text File  |  1992-11-30  |  612 b   |  23 lines

  1.  
  2. I was wrong: <!-- comment foo --> _is_ recognized in the
  3. instance, or so the standard and sgmls say.
  4.  
  5. I'm trying to put together a lex style specification of
  6. the lexical elements of HTML. It will almost certainly
  7. conflict with current usage.
  8.  
  9. But I think the reason current usage is broken is that
  10. the SGML standard is so obtuse.
  11.  
  12. I believe if I write up a lex specification of exactly
  13. what characters mean what and when, and it's only a
  14. couple pages of lex code, the folks will implement
  15. it faithfully.
  16.  
  17. As is is now, everybody just writes their own ad-hoc
  18. finite state machine. That's too error prone.
  19.  
  20. Dan
  21.  
  22.  
  23.